Content Library Subscriptions Info

Content Library Subscriptions Info
Content Library Subscriptions Info

The Content Library Subscriptions Info schema contains information about the subscription.

This schema was added in vSphere API 6.7.2.

JSON Example
{
    "subscribed_library": "string",
    "subscribed_library_name": "string",
    "subscribed_library_location": "string",
    "subscribed_library_vcenter": {
        "hostname": "string",
        "https_port": 0,
        "server_guid": "string"
    },
    "subscribed_library_placement": {
        "folder": "string",
        "cluster": "string",
        "resource_pool": "string",
        "host": "string",
        "network": "string"
    }
}
string
subscribed_library
Required

Identifier of the subscribed library associated with the subscription.

This property was added in vSphere API 6.7.2.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.content.Library. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.content.Library.

string
subscribed_library_name
Required

Name of the subscribed library associated with the subscription.

This property was added in vSphere API 6.7.2.

string
subscribed_library_location
Required

Location of the subscribed library relative to the published library.

For more information see: Content Library Subscriptions Location.

This property was added in vSphere API 6.7.2.

subscribed_library_vcenter
Optional

Information about the vCenter Server instance where the subscribed library exists.

This property was added in vSphere API 6.7.2.

This property is optional and it is only relevant when the value of subscribed_library_location is Content Library Subscriptions Location.REMOTE.

subscribed_library_placement
Required

Placement information about the subscribed library's virtual machine template items.

This property was added in vSphere API 6.7.2.